Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / MinLength Property

In This Topic
    MinLength Property
    In This Topic
    Gets or sets the minimum input length to trigger auto-complete suggestions.
    Syntax
    'Declaration
     
    
    Public Property MinLength As Integer
    public int MinLength {get; set;}
    See Also